home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Markets / Education / HyperCard In Education / Frames of Reference / background_7765.txt < prev    next >
Text File  |  1990-04-02  |  2KB  |  81 lines

  1. -- background: 7765 from stack: in
  2. -- bmap block id: 8284
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Experiment 2
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0002
  11. -- rect: left=428 top=160 right=289 bottom=498
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Blurb
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   global cardClear2
  23.  
  24.   if cardClear2 is true then runExperiment
  25.   else
  26.     clearCardGraphics
  27.     put "Press this field to begin tracing the path of the pen." into me
  28.     put true into cardClear2
  29.     pass mouseUp
  30.   end if
  31. end mouseUp
  32.  
  33.  
  34.  
  35. -- part 2 (button)
  36. -- low flags: 00
  37. -- high flags: 2000
  38. -- rect: left=428 top=293 right=328 bottom=498
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 1020 / 1020
  41. -- text alignment: 1
  42. -- font id: 0
  43. -- text size: 12
  44. -- style flags: 0
  45. -- line height: 16
  46. -- part name: Help
  47. ----- HyperTalk script -----
  48. on mouseUp
  49.   show card field "help"
  50.   wait until the mouse is down
  51.   hide card field "help"
  52. end mouseUp
  53.  
  54.  
  55. -- part 3 (button)
  56. -- low flags: 00
  57. -- high flags: 0000
  58. -- rect: left=428 top=119 right=150 bottom=498
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 0 / 0
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: parameter
  67.  
  68.  
  69. -- part 7 (button)
  70. -- low flags: 00
  71. -- high flags: 2000
  72. -- rect: left=428 top=38 right=69 bottom=498
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 0 / 0
  75. -- text alignment: 1
  76. -- font id: 0
  77. -- text size: 12
  78. -- style flags: 0
  79. -- line height: 16
  80. -- part name: Main Menu
  81.